Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set minimum supported Python version to 3.8 #31

Merged
merged 1 commit into from
Apr 2, 2021

Conversation

KapJI
Copy link
Contributor

@KapJI KapJI commented Apr 2, 2021

It's the version where post_handshake_auth was added.

@@ -50,6 +48,7 @@ combine_as_imports = true
[tool.pylint.master]
extension-pkg-whitelist = [
"binascii",
"_ssl",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This allows pylint to find symbols from modules written in C.

@simon-weber simon-weber merged commit 6cffedc into simon-weber:master Apr 2, 2021
@simon-weber
Copy link
Owner

thanks!

@KapJI KapJI deleted the python-3.8 branch April 2, 2021 22:17
wernight pushed a commit to wernight/docker-mopidy that referenced this pull request Jan 7, 2022
in PR #47 gpsoauth was bumped to 1.0.0.
This caused an installation failure as gpsoauth PR simon-weber/gpsoauth#31 set the minimum python version as 3.8 and this docker image is only 3.7.
This PR is to roll back the version to the last version supported by python 3.7 (0.4.3).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants